Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: sku 12.8.1 #661

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

deps: sku 12.8.1 #661

wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sku (source) 12.6.2 -> 12.8.1 age adoption passing confidence

Release Notes

seek-oss/sku (sku)

v12.8.1

Compare Source

Patch Changes
  • Fixes a bug causing sku test --watch to not put jest in watch mode (#​1009)

v12.8.0

Compare Source

Minor Changes
  • Export a Server type for sku's server entrypoint (#​981)

    EXAMPLE USAGE:

    // server.tsx
    import { renderToString } from 'react-dom/server';
    import type { Server } from 'sku';
    import { App } from './App';
    
    export default (): Server => ({
      renderCallback: ({ SkuProvider, getHeadTags, getBodyTags }, _req, res) => {
        const app = renderToString(
          <SkuProvider>
            <App />
          </SkuProvider>,
        );
    
        res.send(/* html */ `
          <!DOCTYPE html>
            <html>
              <head>
                <meta charset="UTF-8">
                <title>My Awesome Project</title>
                <meta name="viewport" content="width=device-width, initial-scale=1">
                ${getHeadTags()}
              </head>
              <body>
                <div id="app">${app}</div>
                ${getBodyTags()}
              </body>
           </html>`);
      },
    });

    [!NOTE]
    The Server type may conflict with existing attempts in projects to define a Server type.

v12.7.0

Compare Source

Minor Changes
  • Update TypeScript from 5.3 to 5.5 (#​1003)

    Both the 5.4 and 5.5 releases include breaking changes. See the TypeScript 5.4 announcement and TypeScript 5.5 announcement for more information.

  • Add support for --watch flag to sku translations compile (#​989)

    The sku translations compile command now accepts a --watch flag. When this flag is provided, translations.json files will be re-compiled whenever changes are detected.

    EXAMPLE USAGE:

    sku translations compile --watch
Patch Changes
  • Update all @vocab/* dependencies (#​989)

  • Fixes a bug where the project name was not being reported correctly when sending telemetry (#​1001)

  • Enable babel-loader cache (#​990)

    Sku's webpack configuration now configures babel-loader to emit a cache to node_modules/.cache/babel-loader. The primary use case for this cache is speeding up production builds. It can also speed up local development in situations where the webpack cache is invalidated.

  • Minify build output with SWC (#​992)

    Minification of production build output is now performed by SWC. Previously this was performed by Terser. This should result in a noticeable reduction in build times for larger projects, as well as a slight decrease in bundle size.


Configuration

📅 Schedule: Branch creation - "after 3:00 am and before 6:00 am every weekday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

changeset-bot bot commented Jun 26, 2024

⚠️ No Changeset found

Latest commit: 3ad01c2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot changed the title deps: sku 12.7.0 deps: sku 12.8.0 Jun 27, 2024
@renovate renovate bot force-pushed the renovate-sku-12.x branch 3 times, most recently from 655af50 to fb6ed4a Compare July 2, 2024 17:04
@renovate renovate bot changed the title deps: sku 12.8.0 deps: sku 12.8.1 Jul 3, 2024
@zbrydon zbrydon requested a review from a team as a code owner July 12, 2024 05:59
Copy link
Contributor Author

renovate bot commented Jul 12, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant